projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0932fb
)
(rmail-dont-reply-to): Allow parsing lists of addresses with comment fields.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Feb 1996 10:15:08 +0000
(10:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Feb 1996 10:15:08 +0000
(10:15 +0000)
lisp/mail/mail-utils.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mail-utils.el
b/lisp/mail/mail-utils.el
index c091d72fac97c006930428ddd1ab534e9f4c3733..6feea415765dc9005dc4b7403c688f3b8651f190 100644
(file)
--- a/
lisp/mail/mail-utils.el
+++ b/
lisp/mail/mail-utils.el
@@
-150,7
+150,8
@@
Usenet paths ending in an element that matches are removed also."
(while (setq pos (string-match match userids))
(if (> pos 0) (setq pos (match-beginning 2)))
(setq epos
- (if (string-match "[ \t\n,]+" userids (match-end 0))
+ ;; Delete thru the next comma, plus whitespace after.
+ (if (string-match ",[ \t\n]+" userids (match-end 0))
(match-end 0)
(length userids)))
(setq userids